home *** CD-ROM | disk | FTP | other *** search
/ Chip: 2001 Haziran / CHIP Haziran2001.iso / prog / share / 30 / _SETUP.1 / MiniMac.exe / 0 / RCDATA / TFRMEDITPANEL / TFRMEDITPANEL.txt < prev   
Text File  |  2001-03-20  |  3KB  |  152 lines

  1. object frmEditPanel: TfrmEditPanel
  2.   Left = 464
  3.   Top = 164
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsDialog
  6.   ClientHeight = 206
  7.   ClientWidth = 326
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object RzLabel1: TRzLabel
  19.     Left = 8
  20.     Top = 0
  21.     Width = 66
  22.     Height = 17
  23.     Caption = 'Edit Panel'
  24.     Font.Charset = DEFAULT_CHARSET
  25.     Font.Color = clBlue
  26.     Font.Height = -15
  27.     Font.Name = 'Arial'
  28.     Font.Style = []
  29.     ParentFont = False
  30.     FrameSides = []
  31.     ShadowColor = clInactiveCaption
  32.     ShadowDepth = 7
  33.   end
  34.   object Image1: TImage
  35.     Left = 222
  36.     Top = 8
  37.     Width = 32
  38.     Height = 31
  39.     Picture.Data = {<image000.ico>}
  40.   end
  41.   object Label1: TLabel
  42.     Left = 7
  43.     Top = 82
  44.     Width = 90
  45.     Height = 13
  46.     Caption = 'Current Description'
  47.   end
  48.   object Label2: TLabel
  49.     Left = 7
  50.     Top = 33
  51.     Width = 77
  52.     Height = 13
  53.     AutoSize = False
  54.     Caption = 'Current Hotkeys'
  55.   end
  56.   object btnOk: TRzBmpButton
  57.     Left = 146
  58.     Top = 136
  59.     Width = 54
  60.     Height = 21
  61.     ModalResult = 1
  62.     Bitmaps.TransparentColor = clOlive
  63.     Color = clBtnFace
  64.     ButtonBorder = bbButton
  65.     ButtonSize = bszNeither
  66.     ButtonStyle = bsNew
  67.     Caption = '&Ok'
  68.     Font.Charset = ANSI_CHARSET
  69.     Font.Color = clBlack
  70.     Font.Height = -11
  71.     Font.Name = 'Arial'
  72.     Font.Style = []
  73.     ParentFont = False
  74.     TabOrder = 2
  75.     OnClick = btnOkClick
  76.   end
  77.   object edMacroDescription: TEdit
  78.     Left = 7
  79.     Top = 97
  80.     Width = 241
  81.     Height = 21
  82.     Hint = 
  83.       'Add Description|'#13#10'Use this field to over-write the current descr' +
  84.       'iption.'#13#10'When you are finsihed, click the [b]Ok[] button.'
  85.     TabOrder = 1
  86.   end
  87.   object edFloater: TMacroKeyEdit
  88.     Left = 7
  89.     Top = 48
  90.     Width = 121
  91.     Height = 23
  92.     Hint = 
  93.       'Select a HotKey|'#13#10'Use this field to select a combination '#13#10'of ke' +
  94.       'ystrokes to replace those '#13#10'keystrokes already assigned '#13#10'to a m' +
  95.       'acro.  '#13#10#13#10'When you are finsihed, click the [b]Ok[] button.'
  96.     TabStop = False
  97.     Color = clInfoBk
  98.     Font.Charset = ANSI_CHARSET
  99.     Font.Color = clBlue
  100.     Font.Height = -12
  101.     Font.Name = 'Arial'
  102.     Font.Style = []
  103.     ParentFont = False
  104.     ParentShowHint = False
  105.     ReadOnly = True
  106.     ShowHint = True
  107.     TabOrder = 0
  108.   end
  109.   object btnCancel: TRzBmpButton
  110.     Left = 209
  111.     Top = 136
  112.     Width = 53
  113.     Height = 21
  114.     ModalResult = 2
  115.     Bitmaps.TransparentColor = clOlive
  116.     Color = clBtnFace
  117.     ButtonBorder = bbButton
  118.     ButtonSize = bszNeither
  119.     Caption = '&Cancel'
  120.     Font.Charset = ANSI_CHARSET
  121.     Font.Color = clBlack
  122.     Font.Height = -11
  123.     Font.Name = 'Arial'
  124.     Font.Style = []
  125.     ParentFont = False
  126.     TabOrder = 3
  127.     OnClick = btnCancelClick
  128.   end
  129.   object FormHelp1: TFormHelp
  130.     Active = True
  131.     UseAppHint = True
  132.     AddButton = True
  133.     DelayTime = 0
  134.     Color = 14811135
  135.     Font.Charset = DEFAULT_CHARSET
  136.     Font.Color = clWindowText
  137.     Font.Height = -11
  138.     Font.Name = 'MS Sans Serif'
  139.     Font.Style = []
  140.     PlainText = False
  141.     PopupWidth = 220
  142.     ShadowColor = clBlack
  143.     ShowFrom = sfCursor
  144.     TagOpen = '['
  145.     TagClose = ']'
  146.     VertSpacing = 4
  147.     HorzSpacing = 10
  148.     Left = 280
  149.     Top = 16
  150.   end
  151. end
  152.